From: Juanma Barranquero Date: Sat, 7 Apr 2012 20:54:50 +0000 (+0200) Subject: src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10^2~3531 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=baf829c6f05d359652c760a570ef87714ce9a8d2;p=emacs.git src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable. --- diff --git a/src/ChangeLog b/src/ChangeLog index ff706078670..1979205ea29 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2012-04-07 Juanma Barranquero + + * xml.c (init_libxml2_functions) [WINDOWSNT]: + Remove unused local variable. + 2012-04-07 Paul Eggert Avoid unnecessary pointer scanning in garbage collection (Bug#10780). diff --git a/src/xml.c b/src/xml.c index d8dc0677252..786f0cd8818 100644 --- a/src/xml.c +++ b/src/xml.c @@ -85,8 +85,6 @@ static int init_libxml2_functions (Lisp_Object libraries) { #ifdef WINDOWSNT - Lisp_Object found = Fassq (Qlibxml2_dll, Vlibrary_cache); - if (libxml2_loaded_p ()) return 1; else